.auth-service {
    border: 1px solid #00bec8;
    width: 100%;
    vertical-align: middle;
    padding: 5px 0px;
    margin-top: 5px;
    text-align: center;
    box-shadow: 3px 10px 32px -2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 3px 10px 32px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 10px 32px -2px rgba(0, 0, 0, 0.4);
}
.auth-service a {
    cursor: default;
}
.auth-service a:link {
    text-decoration: none;
}
.auth-service a:visited {
    text-decoration: none;
}
.auth-service img {
    max-width: 25px;
}
